home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / CUGUK / APPLICAT / C050.ZIP / SFSSRC.ZIP / SFS.SRC / README.SFS
Text File  |  1991-11-04  |  3KB  |  84 lines

  1.  
  2.                      ------------------
  3.  
  4.                       Bywater Software
  5.                        Release Notice
  6.  
  7.                    Space Flight Simulator
  8.                         version 1.01
  9.                        (Source Code)
  10.  
  11.                      ------------------
  12.  
  13. Bywater Software is pleased to announce the public availability
  14. of its Space Flight Simulator in its first complete release, 
  15. version 1.01.  This software is copyright (c) 1991, Ted A. 
  16. Campbell, and is released under the terms of an agreement specified
  17. in the file "sfs.ro" and in all source code file headers.  
  18.  
  19. Description:    The Space Flight Simulator offers a graphics-based,
  20.         real-time, animated simulation of orbital flight.  
  21.         Users can develop simulations by specifying a complete
  22.         range of orbital parameters, and can develop simulations
  23.         for all of the planets of the solar system and for some
  24.         other celestial bodies.  A particularly full map is
  25.         given of the earth, which can be viewed as it would
  26.         appear from the orbiting spacecraft, as a ground-track
  27.         map, or as a "distant perspective" in which the earth
  28.         (or another orbital focus) and the orbital track can
  29.         be seen together.
  30.  
  31. Implementation:    Current implementations of the Space Flight Simulator
  32.         for which source code is included are the following:
  33.         (a) IBM PC and compatibles, utilizing the Microsoft
  34.         QuickC compiler and requiring Hercules, EGA, or
  35.         VGA graphics; (b) the AT&T Unix PC with a primary
  36.         implementation for the TAM subsystem, and a rather
  37.         poorer implementation for the MGR windowing system;
  38.         (c) Unix-based computers utilizing the X Windows 
  39.         system, version 11 (tested on DecStation 2100 and
  40.         3100).
  41.  
  42. Further Code:    Compilation of this code requires the Bywater
  43.         graphical User Interface (ui), which is not included
  44.         in this archive.
  45.  
  46. Documentation:    Complete documentation for this program is in the
  47.         file "sfs.ro", which is in a format compatible 
  48.         with the "ro" text formatter (also available). Chapter
  49.         four contains complete instructions for compiling
  50.         the program, shorter instructions (for existing
  51.         implementations) follow this notice.
  52.  
  53. Communications:    Bywater Software
  54.         P. O. Box 4023
  55.         Duke Station
  56.         Durham, NC  27707
  57.         USA
  58.  
  59.         email: tcamp@hercules.acpub.duke.edu
  60.  
  61. ------------------------------------------------------
  62. Quick Build Instructions for Existing Implementations:
  63.  
  64. (a) Build the User Interface (ui) using the build scripts
  65. supplied with it.  This will create an include directory
  66. for header files and a lib directory for object modules
  67. of the User Interface.
  68.  
  69. (b) Change to the directory where SFS sourcecode is located:
  70.  
  71.     Unix:    cd sfs/sfs    
  72.     MSDOS:    cd sfs\sfs
  73.  
  74. (c) Execute the build script for SFS:
  75.  
  76.     Unix:    sh buildsfs.sh
  77.     MSDOS:    buildsfs
  78.  
  79. On Unix systems, the user will be prompted for a number 
  80. corresponding to the particular system to be implemented.   
  81.  
  82. ------------------------------------------------------
  83.  
  84.